Menu

Post image 1
Post image 2
1 / 2
0

Day 2: Learning HTML and CSS

DEV Community·Kamalesh AR·19 days ago
#zW5gzV3y
#beginners#css#html#element#used#margin
Reading 0:00
15s threshold

Today i learned about, How to create a portfolio using a HTML and CSS. In this session i learned about the a tag, href, margin and padding. And also blocklevel element, inline element and about the list. Margin and Padding Margin and padding are the CSS properties used for spacing in box model. Margin is used for space outside the box . Padding is used for space inside the box of the webpage. a tag: a tag is a anchor element using to create a hyperlink in the webpage. It connects one page to another page links to different section within the same page. href: href is stands for hypertext reference is an attribute used to specify the destination of a link. It is most commonly used within the anchor tag to create clickable hyperlinks. What are inline element: An inline element does not start on a new line.It only takes the width needed for its content. What are block level element: A block-level element starts on a new line and takes the full width available.…

Continue reading — create a free account

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

Read More