Html BASICS (2): html Basics
I spoke about my first web page yesterday. Today I will continue to take you into consideration. Do not use code tools for early learning! In this way, there is no chance of further understanding! I. As we all know, there are various titles in the article, and the webpage actually has similar elements dedicated to writing titles.
(1)
(2)
(3)
(4)
(5)
(6) Code block
<Html> Effect
2. If the title of the article is complete, do you want to see the paragraph? The paragraph label was actually seen yesterday.
(1) <p> </p> This is the paragraph label, that is, the p label.
Code
<Html> Effect
3. I will introduce the text labels in the paragraph to add various effects to the text.
(1) and <em> </em> <I> </I> are italics.
(2) <B> </B> <strong> </strong> both are highlighted in bold.
(3) <small> </small> reduce text size
(4), <big> </big> text Amplification
(5), <s> </s> <del> </del> <strike> </strike>, when comparing the original price with the current price, there will be a line in the middle of the original price, which is to achieve that line)
(6), <u> </u> Text underline,
[Note]: Just pack the text you want to change !, This is just a lot of common things. They all use the same things. Check them later.
Code
<Html>
</Head> <body>
Effect
Next time I will tell you about the hyperlinks between webpages, that is, the jumps, and the introduction of images to webpages. Because it involves absolute paths and relative paths, it is not easy for beginners to understand. I will make it clear to you. You are also welcome to comment on some bad things because you just wrote a blog. I hope you can give more comments.