Hey! Where r u from?! And in what grade?
Well hello! :D
I'll answer one of your questions, I'm in the ending of junior year and going to the senior year. (literally only 2 more exams and I'm done with this year)
As for the second question, I'm kinda uncomfortable sharing where I'm from so as for now, I'd like to keep that private, I hope it's okay for you <3
Take care! :))
Introduction To HTML
[Note: You need a text editor to do this. You can use Notepad or Text Edit. But it's so much better to download VS Code / Visual Studio Code. Save it with an extension of .html]
HTML stands for Hyper Text Markup Language
It is used to create webpages/websites.
It has a bunch of tags within angular brackets <....>
There are opening and closing tags for every element.
Opening tags look like this <......>
Closing tags look like this
The HTML code is within HTML tags. ( // code)
Here's the basic HTML code:
<!DOCTYPE html> <html> <head> <title> My First Webpage </title> </head> <body> <h1> Hello World </h1> <p> Sometimes even I have no idea <br> what in the world I am doing </p> </body> </html>
Line By Line Explanation :
<!DOCTYPE html> : Tells the browser it's an HTML document.
<html> </html> : All code resides inside these brackets.
<head> </head> : The tags within these don't appear on the webpage. It provides the information about the webpage.
<title> </title> : The title of webpage (It's not seen on the webpage. It will be seen on the address bar)
<body> </body> : Everything that appears on the webpage lies within these tags.
<h1> </h1> : It's basically a heading tag. It's the biggest heading.
Heading Tags are from <h1> to <h6>. H1 are the biggest. H6 are the smallest.
<p> </p> : This is the paragraph tag and everything that you want to write goes between this.
<br> : This is used for line breaks. There is no closing tag for this.
-------
Now, we'll cover some <Meta> tags.
Meta tags = Notes to the browser and search engines.
They don’t appear on the page.
They reside within the head tag
<head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Website Description"> <meta name="Author" content="Your Name"> <meta name="keywords" content="Websites Keywords"> </head>
Line By Line Explanation:
<meta charset="UTF-8"> : Makes sure all letters, symbols, and emojis show correctly.
<meta name="viewport" content="width=device-width, initial-scale=1.0"> : Makes your site look good on phones and tablets.
<meta name="description" content="Website Description"> : Describes your page to Google and helps people find it.
<meta name="author" content="Your Name"> : Says who created the page.
<meta name="keywords" content="Website's Keywords"> : Adds a few words to help search engines understand your topic.
_____
This is my first post in this topic. I'll be focusing on the practical side more than the actual theory, really. You will just have some short bullet points for most of these posts. The first 10 posts would be fully HTML. I'll continue with CSS later. And by 20th post, we'll build the first website. So, I hope it will be helpful :)
If I keep a coding post spree for like 2 weeks, would anyone be interested? o-o
Today was a lazy day, I just slept and studied for only sometime... But Day 2 is done!
Day 2/Day 9
Today i completed:
Two lessons in accounts
Revised MCQs
Reviewed notes
Total hours of study: 2 hours
Hi!! My name is Kinoko and I'm working on my masters in addiction counseling and clinical counseling. I absolutely bombed the summer semester, so I'm looking for some inspiration and motivation!
Pls like or reblog if you're an active studyblr 🤗
So... I didn't get selected for the competition but nevertheless, I'm glad I atleast tried my level best... Though, my computer teacher has now called me for another competition (not public speaking) i don't really wanna join but her glares are enough to make ice melt so... T-T
Anyway, today i:
Did some accounts sums and concepts (1 hr 30 mins)
Completed 70% of my computer assignment
Revised part 2 and 3 in lesson 3 of economics
That's it. My mid terms start from 18th so I need to pick my speed up because I have a huge portion to cover... especially in Business studies and Arabic, i haven't touched them in ages and both have 8 lessons for midterms :")
You're not always going to be motivated. So you must learn to be disciplined.
I love this look of your blog! <3
Heyy! :D
I'm so glad you liked it! It's Acotar themed and I'm kinda obsessed with Velaris at the moment so it seems fair xD
Anyways, thanks for taking the time and letting me know, i really appreciate it! <3
I've been ignoring my language course for the past 7+ months and my final exam for it is coming closer day by day T-T
Overall a productive day...
Today I :
Completed 5 lessons with grammar in Arabic
Attended my Arabic class
Finished my homework
Read 100+ pages (still counting)
Completed a novel
Total study time: 1 hour 30 mins
When you're in the stationery shop and the urge to hoard aesthetic notebooks kicks in
|| Isabelle || INFP-T || Study tips || Self improvement || Books ||
293 posts