DayO2
Hi Dev, I think all of you are ready. Let's start our discussion. On day 01, we learned the basics of HTML, but today we are going to explore HTML tags such as:
- Header
- Body
- Div
- Span, etc.
The <h1> tag is called a header tag. There are many headers like h1, h2, h3, h4, h5, h6, and they have different sizes.
The <br> tag only has an opening tag. It is called a break, and we use it to separate statements from one another.
The <hr> tag is called a horizontal line. It has no closing tag.
The <p> tag is for paragraphs. We use it to write paragraphs on our webpage.
The <span> tag does not create a line change after it.
The <div> tag creates a division between contents.
#DAY02Discussion
#DevCommunity
#FrontendDev
#WebDev
#SelfTaughtDev
#coding
#FullStackDev
Link:@SelfTaughtDev1
First HTML Code
First, we create a folder called "HTML TUTORIAL." Then, we open our HTML code editor. I use the Web Code app. Next, we choose an HTML file and navigate to our "HTML TUTORIAL" folder. Within that folder, we create a file named "htmltutorial.html" and write our HTML code there.
File Name: htmltutorial.html
First, we create a folder called "HTML TUTORIAL." Then, we open our HTML code editor. I use the Web Code app. Next, we choose an HTML file and navigate to our "HTML TUTORIAL" folder. Within that folder, we create a file named "htmltutorial.html" and write our HTML code there.
File Name: htmltutorial.html
<!DOCTYPE html>
<html>
<head>
<noscript>HTML TUTORIAL</noscript>
</head>
<body>
<h1>HTML CODE</h1>
<p>My first HTML code</p>
<p>Hello, world!</p>
</body>
</html>
There are some parts you should pay attention to the video. I'm going to give you a project where you can use HTML and CSS. We will explore many special things about CSS together, but know I will provide you the instructions of your project.
Instructions
First, create a folder called HTML TUTORIAL. Then, name your HTML file puppy.html. Next, you're going to add CSS to your HTML code.
Here's how you can add your CSS code:
First, create a folder called HTML TUTORIAL. Then, name your HTML file puppy.html. Next, you're going to add CSS to your HTML code.
Here's how you can add your CSS code:
<head>
<link rel="stylesheet" href="css.css">
</head>
css.css is the name of your CSS file; you can name it whatever you want. Your project should resemble the image attached below.👍2
Use this image as a reference to build your project. Next time, we can work on it together. Until that, have a good work. If you finish it, feel free to contact me and share your source code with me.
👍4
JavaScript is hard
Coding is hard
Web3 is hard
CSS is hard
Yes, everything will be hard at first, but it will become easy once you start learning it and put your time and effort into it!
Google, Microsoft, Apple was not built in a day, not even a month, and not even a year.
#SelfTaughtDev
#FullStackDev
#coding
Link:@SelfTaughtDev1
Coding is hard
Web3 is hard
CSS is hard
Yes, everything will be hard at first, but it will become easy once you start learning it and put your time and effort into it!
Google, Microsoft, Apple was not built in a day, not even a month, and not even a year.
#SelfTaughtDev
#FullStackDev
#coding
Link:@SelfTaughtDev1
🤝2
Self Taught Dev
Hello guys! How are u doing?How has ur summer been?
Today, I will share my project that I created using HTML , CSS and JavaScript.
@SelfTaughtDev1
To-Do Website
My project is a To-Do list.It's designed to store the tasks u need to complete for the day.It has an Add feature that allows u to add items to the list,and another feature that shows ur current list.If u want to delete an item u simple press Delete.
@SelfTaughtDev1
🔥2
⚠️Age of Programming Languages⚠️
🦅 Swift (10 years old) (2014)
🚀 Kotlin (12 years old) (2011)
🦀 Rust (13 years old) (2010)
🐹 Go (14 years old) (2009)
🔷 TypeScript (11 years old) (2012)
🎸 C# (23 years old) (2000)
💎 Ruby (28 years old) (1995)
☕ Java (28 years old) (1995)
🌐 JavaScript (28 years old) (1995)
🐘 PHP (29 years old) (1994)
🐍 Python (33 years old) (1991)
🐪 Perl (36 years old) (1987)
🚀 C++ (38 years old) (1985)
📱 Objective-C (39 years old) (1984)
🔍 Prolog (51 years old) (1972)
🗣️ Smalltalk (51 years old) (1972)
🖥️ C (51 years old) (1972)
📝 Pascal (53 years old) (1970)
🎓 BASIC (59 years old) (1964)
💼 COBOL (64 years old) (1959)
🤖 Lisp (65 years old) (1958)
📜 Fortran (66 years old) (1957)
- What's your age? 😁
🦅 Swift (10 years old) (2014)
🚀 Kotlin (12 years old) (2011)
🦀 Rust (13 years old) (2010)
🐹 Go (14 years old) (2009)
🔷 TypeScript (11 years old) (2012)
🎸 C# (23 years old) (2000)
💎 Ruby (28 years old) (1995)
☕ Java (28 years old) (1995)
🌐 JavaScript (28 years old) (1995)
🐘 PHP (29 years old) (1994)
🐍 Python (33 years old) (1991)
🐪 Perl (36 years old) (1987)
🚀 C++ (38 years old) (1985)
📱 Objective-C (39 years old) (1984)
🔍 Prolog (51 years old) (1972)
🗣️ Smalltalk (51 years old) (1972)
🖥️ C (51 years old) (1972)
📝 Pascal (53 years old) (1970)
🎓 BASIC (59 years old) (1964)
💼 COBOL (64 years old) (1959)
🤖 Lisp (65 years old) (1958)
📜 Fortran (66 years old) (1957)
- What's your age? 😁
🔥1