MY first post!
Intro:
Hi, I am Anaya. I am 10 and I study in class 5. I know much about computer web pages so I decided to make a webpage about it. So what are you waiting for? go ahead and switch on your laptop.
Basics:
Web development is the making of web pages with web languages. These web languages are HTML, CSS, Javascript, Python, and PHP.
HTML:
The HyperText Markup Language or HTML is the standard markup language for documents designed to be displayed in a web browser.
CSS:
Cascading Style Sheets is a style sheet language used for describing the presentation of a document
Javascript:
JavaScript is a text-based programming language used both on the client-side and server-side that allows you to make web pages interactive.
PHP:
PHP (recursive acronym for PHP: Hypertext Preprocessor ) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
Python:
Python is used for web development, AI, machine learning, operating systems, mobile application development, and video games.
Basics:
Every webpage has a base. and that base is made from html. the Leader of languages. Without html there is no page.You may have a question that how we write the code.
To write html you need a web browser an d atext editor. web browser for output and notepad++ for input.
In this picture here, you can see that i have opened my text editor.
Q:I wrote the html tag firstly and why is that?
Ans: Because The <html>
tag represents the root of an HTML document.
Q:Next why did i use the head tag?
Ans:The <head>
element is a container for metadata (data about data) and is placed between the <html> tag and the <body> tag.
Q:Why did i use the title tag?
Ans:The <title>
tag defines the title of the document.
Q:What is body tag?
Ans:The <body>
tag defines the document's body.
Q:What is h1 to h6?
Ans:The <h1>
to <h6>
tags are used to define HTML headings.
<h1>
defines the most important heading. <h6>
defines the least important heading.
hi i found it very good website.make more blogs like that
ReplyDelete