Examples of self-taught HTML and self-taught HTML
Here I will not repeat the use of different tags in HTML only to give some examples of self-entertainment when learning, specific label usage please refer to W3C (http://www.w3school.com.cn/), after all, this is the most reliable, do not trust any second-party trafficker.
Example 1: A simple page for displaying and introducing Cartoon Character Images
<! DOCTYPE html PUBLIC "-// W3C // dtd xhtml 1.0 Transitional // EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
The display effect is as follows:
Example 2: A hodgedge of functions (I can't make it ...)
<! DOCTYPE html PUBLIC "-// W3C // dtd xhtml 1.0 Transitional // EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Display Effect (only part of it is too big ):
Example 3: insert an MP3 music clip (thanks to Netease music, I directly moved the code of the corresponding external player)
<! DOCTYPE html PUBLIC "-// W3C // dtd xhtml 1.0 Transitional // EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Tip: generate an external link player to obtain the html code of the corresponding external link music.
Display Effect
Revised at By mustang