π3β€1
Basic web development roadmap
β
1.Learn: How websites work, front-end vs back-end, code editorββ
β
2: Basic front-end:
a. Html
b. Css
c. Javascript
Expected time 7+14+30=51 days.
β
3. Learn front-end frameworks:
a. Learn css framework ( Bootstrap , Tailwind css , ...)
b. Learn JavaScript frameworks ( angular, react , vue...)
Expected time minimum 60 days.
β
4. Learn database
a. MySQL
b. MongoDB
There are many more. Choose one and learn.
β
5. Learn backend programming languages:
a. Php
b. Nodejs
There are many more. Learn any one.
Expected time: 60 days
β
6. Do some projects and clone some websites.
β«οΈβ«οΈββ«οΈβ«οΈ
β
1.Learn: How websites work, front-end vs back-end, code editorββ
β
2: Basic front-end:
a. Html
b. Css
c. Javascript
Expected time 7+14+30=51 days.
β
3. Learn front-end frameworks:
a. Learn css framework ( Bootstrap , Tailwind css , ...)
b. Learn JavaScript frameworks ( angular, react , vue...)
Expected time minimum 60 days.
β
4. Learn database
a. MySQL
b. MongoDB
There are many more. Choose one and learn.
β
5. Learn backend programming languages:
a. Php
b. Nodejs
There are many more. Learn any one.
Expected time: 60 days
β
6. Do some projects and clone some websites.
β«οΈβ«οΈββ«οΈβ«οΈ
π3β€1
Day 1: which tag do we use to break or have a new line?
Anonymous Quiz
13%
<newline>
83%
<br>
2%
<b>
3%
<hr>
Day 2 : The correct sequence of HTML tags for starting a webpage is
Anonymous Quiz
7%
Head, Title, HTML, body
6%
HTML, Body, Title, Head
22%
HTML, Title, head, Body
65%
HTML, Head, Title, Body
π3
Day 4 : Apart from <i> tag, which of the following tag is used to render a text in italics?
Anonymous Quiz
57%
<italics>
28%
<em>
9%
<ul>
5%
<strong>
π3
Day 5: The <hr> tag in HTML is used for
Anonymous Quiz
12%
new line
6%
vertical ruler
6%
new paragraph
77%
horizontal ruler
Day 6 : Which of the following HTML tag is used to display the text with scrolling effect?
Anonymous Quiz
31%
<marquee>
54%
<scroll>
8%
<div>
7%
<iframe>
π3
Html
Day 7 : Which of the following tag is used to create a combo box (or drop-down box)?
Day 7 : Which of the following tag is used to create a combo box (or drop-down box)?
Anonymous Quiz
9%
<list>
23%
<select>
62%
<input type = "dropdown">
7%
<ul>
π3
CSS
Day 7 :
If we want define style for an unique element, then which css selector will we use ?
Day 7 :
If we want define style for an unique element, then which css selector will we use ?
Anonymous Quiz
64%
id
25%
class
8%
name
3%
text
Html
Day 8 : Which of the following HTML attribute is used to define inline styles?
Day 8 : Which of the following HTML attribute is used to define inline styles?
Anonymous Quiz
56%
style
15%
class
4%
type
26%
inline
CSS
Day 8 : Which css property you will use if you want to add some margin between a DIV's border and its inner text ?
Day 8 : Which css property you will use if you want to add some margin between a DIV's border and its inner text ?
Anonymous Quiz
5%
spacing
46%
padding
34%
margin
15%
inner-margin
π3
Html
Day 9 : Which is the correct way to comment out something in HTML?
Day 9 : Which is the correct way to comment out something in HTML?
Anonymous Quiz
13%
Using ## and #
70%
Using <!-- and -->
11%
Using </-- and -/->
7%
Using <- and ->
CSS
Day 9 : How can we write comment along with CSS code ?
Day 9 : How can we write comment along with CSS code ?
Anonymous Quiz
67%
/* a comment */
4%
/ a comment /
17%
// a comment //
11%
<' a comment'>
Html
Day 10 :
HTML web pages can be read and rendered by _________
Day 10 :
HTML web pages can be read and rendered by _________
Anonymous Quiz
9%
Compiler
77%
web browser
11%
Server
4%
interpreter
CSS
Day 10 : which of the following property is used to make a font italic or oblique?
Day 10 : which of the following property is used to make a font italic or oblique?
Anonymous Quiz
12%
font-variant
63%
font-style
6%
font-weight
18%
font-family