Web Development

Web Development (5)

Day 5 I covered video 17 and 18. /* */ Anything in this is a comment in CSS, and I used it to explain the use of that part(anything I used). The link is below for this code as website, you can check it out. Here <!DOCTYPE html> <html lang=”en”> <head> <meta charset=”UTF-8″ /> <meta […]

Web Development (5) Read More »

Web Development(4)

Day 4 CSS About CSS Inline Internal External Inline CSS We can use it in every line, such as: <p style=”color: darkcyan;” > </p> Internal CSS It is used in <head>, for example : <head> <style> h2{ color: azure; } </style> </head> External CSS A different CSS file is created and then linked in html

Web Development(4) Read More »

Web Development(3)

Day 3 Video 11 to 13 Semantic and non-semantic elements The elements whose names can tell the browser what they do are called segmantic tags. Non-semantics are the opposite of these. Sematic tags are used more. HTML Semantic Tags Exercise 1 Enities, Code tag We can show the code now by using &_lt; ( _

Web Development(3) Read More »

Web Development (1)

Why this blog? This blog is about my daily progress in my web development course. I will write down what I learned on day 1 and so on. About Course This course is available on YouTube for free, and it covers web development from basic to advanced. The course instructor is Harry. The YouTube channel

Web Development (1) Read More »