Webdudemy

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

ISP = internet service provider

DNS domain Name service


every website contain a html css javascript file this files provides content
styling functionality respectively
Each HTML heading has a default size.

you can specify the size for any heading with the style attribute, using the CSS
font-size property

how to ask query


1. What did you expect to happen
2. what actualy happen
3. screenshot of your code
4.screensho of the debug console

TIM BERNERS-LEE (1955–) Creator of the World Wide Web who developed many of the
principles we still use today, such as HTML, HTTP, URLs and web browsers. There was
no “Eureka!” moment

<opening tags>element </closing tags>

heading element<h></h>
paragrah element<p></p>

void element:horizontal row <hr />


break element <br />

#include <bits/stdc++.h>
using namespace std;

int32_t main() {
count<<"helloworld!\n";
}

C:\Program Files (x86)\mingw-w64\i686-8.1.0-posix-dwarf-rt_v6-rev0

You might also like