Please enable JavaScript.
Coggle requires JavaScript to display documents.
WebDev - Coggle Diagram
WebDev
Resources
W3School
DevDocs API Documentation
MDN
CSS
inline > Internal > external
selector {property : value; }
Who what how
Comment
/------- --------/
id = passport
class = name
HTTP
Syntax
Heading
<h1></h1>
Break
<br>
Horizontal Line
<hr size= “3”></hr>
Center
<center></center>
Comment
<!-- -->
paragraph
<p></p>
italic 斜體
<em></em>
<i></i>
bold粗體
Order List
Bullet List
Order list
<ol><li></li><li></li><li></li></ol>
unorder List
<ul><li></li><li></li><li></li></ul>
image
<img src= "apple.png">
<img src= "url">
hyperlink
<a href= “https://www.google.com”>Google</a>
table
<table><thead></thead><tbody><tbody></table>
tr td
forms