Menu

Post image 1
Post image 2
Post image 3
Post image 4
1 / 4
0

Learning HTML and CSS

DEV Community·Vigneshwaran V·18 days ago
#PHE9xYtU
#beginners#css#html#webdev#used#elements
Reading 0:00
15s threshold

Today i learned something about HTML and CSS to create portfolio using HTML and CSS, so today i learned lot of tags and styles, like header, section, footer, nav, a, h1, h2, p, ul, and i have learned some styles like padding, margin, color, background-color, text-align, text-decoration, width and border-radius. Margin and Padding Margin and Padding are CSS properties used for spacing in Box Model. Margin is used to provide space outside the border of the box, and padding is used to provide space in between border and content of the box. Semantic tags In HTML some elements that are clearly describe the their meaning to both the browser and developer. it specify what kind of content they hold inside it. today i learned some semantic tags like header, nav, section, and footer. a tag a tag is known as anchor element which is used to create a hyperlink that connect one page to another or jump to specific sections in the same page. * hyperlink * is a HTML links you can click on a link and jump to another document.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More