I have just finished learning JSP && Servlet recently, in order to practice, I want to do a website.
But Java EE do the backstage while need PHP, and HTML to do the foreground. So I found it.
Url:
http://www.w3school.com.cn/
A very good self-study website,
The next few blogs, all suitable for HTML, interested friends can pay attention to.
First practice a few more simple answers.
Title <title></title>
Head
Theme <body></body>
Segmented <p></p>
Horizontal
Notes <!---->
Picture
Font size
There is also a hyperlink <a href= "" > </a>
Here's the code for the exercise:
<! DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 transitional//en" "Http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
<meta http-equiv= "Content-type" Content= "text/html; Charset=utf-8 "/>
<title> my first page </title>
<body>
<p>my first parageph</p>
<p>hahahhaha</p>
<p> third-party time </p>
<p> more style </p>
<p
haha will haha you </p>
<p>
<a href= "http://www.baidu.com" > This is a hyperlink </a>
</p>
<!---This is a picture annotation--
</body>
HTML Learning Notes (i)